ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / DropDownTagHelper<TControl> Class / IsRequired Property

In This Topic
    IsRequired Property (DropDownTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.DropDown.IsRequired. Sets a value indicating whether the control value must be a non-empty string.
    Syntax
    'Declaration
     
    Public Overridable Property IsRequired As Boolean
    public virtual bool IsRequired {get; set;}
    See Also